spelling fixes in mainwindow.cc (#318)
authortsteven4 <tsteven4@users.noreply.github.com>
Sat, 9 Mar 2019 14:39:59 +0000 (07:39 -0700)
committerGitHub <noreply@github.com>
Sat, 9 Mar 2019 14:39:59 +0000 (07:39 -0700)
gui/gpsbabelfe_de.ts
gui/gpsbabelfe_es.ts
gui/gpsbabelfe_fr.ts
gui/gpsbabelfe_hu.ts
gui/gpsbabelfe_it.ts
gui/gpsbabelfe_ru.ts
gui/mainwindow.cc

index e8b5e07312bd3be8469dc9003d7deb907452db32..5d06ec9d34c996a156a1b573a89f3927f0b850df 100644 (file)
@@ -593,7 +593,7 @@ Das Prgramm muss abgebrochen werden.</translation>
     </message>
     <message>
         <location filename="mainwindow.cc" line="872"/>
-        <source>Process exited unsucessfully with code %1</source>
+        <source>Process exited unsuccessfully with code %1</source>
         <translation>Prozess endete mit code %1</translation>
     </message>
     <message>
index 7864939678e1360793cd9429640e691342de2f9d..7763205587d98a9371f0747fa035a9084bece08d 100644 (file)
@@ -636,7 +636,7 @@ This program cannot continue.</source>
     </message>
     <message>
         <location filename="mainwindow.cc" line="872"/>
-        <source>Process exited unsucessfully with code %1</source>
+        <source>Process exited unsuccessfully with code %1</source>
         <translation>El proceso terminó sin suerte y con el código %1</translation>
     </message>
     <message>
index d4f42a9acca99417e8beb5bd0479be05ed3c9c46..b086cedbca9acb843441c3c7d091b7d7800e3e2f 100644 (file)
@@ -571,7 +571,7 @@ This program cannot continue.</source>
     </message>
     <message>
         <location filename="mainwindow.cc" line="872"/>
-        <source>Process exited unsucessfully with code %1</source>
+        <source>Process exited unsuccessfully with code %1</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
index d0fecfd08c5c7431f6adc4f736657da5d534feea..5bbbc6fe01623a6e73cf2b3c35fff8f582fa5aa6 100644 (file)
@@ -571,7 +571,7 @@ This program cannot continue.</source>
     </message>
     <message>
         <location filename="mainwindow.cc" line="872"/>
-        <source>Process exited unsucessfully with code %1</source>
+        <source>Process exited unsuccessfully with code %1</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
index 1ba44871fc4c5812088c76fc819e458cc4f9dcda..54160d169e7b039ed7df1244ef24a5251b51b5ff 100644 (file)
@@ -793,7 +793,7 @@ Questo programma non può proseguire.</translation>
     </message>
     <message>
         <location filename="mainwindow.cc" line="872"/>
-        <source>Process exited unsucessfully with code %1</source>
+        <source>Process exited unsuccessfully with code %1</source>
         <translation>Il processo è terminato con il codice di errorre %1</translation>
     </message>
     <message>
index 0427b608ab6a6dd684c426bb2b1977e6ad48d239..55236ebaf4c65a0238c5d8791cbdcc37f34de84e 100644 (file)
@@ -791,7 +791,7 @@ This program cannot continue.</source>
     </message>
     <message>
         <location filename="mainwindow.cc" line="872"/>
-        <source>Process exited unsucessfully with code %1</source>
+        <source>Process exited unsuccessfully with code %1</source>
         <translation>Процесс завершился неудачей с кодом %1</translation>
     </message>
     <message>
index ae359bd4fb5e9da0a87d026673076b8cb9b7baeb..781c946dcab01bae3adc36182b61c9c0171f0b0f 100644 (file)
@@ -103,7 +103,7 @@ static QString MakeOptions(const QList<FormatOption>& options)
         str += "," + option.getName() + "=" + option.getValue().toString();
       }
     } else {
-      // For every boolean option not selected, explictly
+      // For every boolean option not selected, explicitly
       // turn it off here, but only if the default isn't zero
       // or given.
       if (option.getType() == FormatOption::OPTbool &&
@@ -887,7 +887,7 @@ bool MainWindow::runGpsbabel(const QStringList& args, QString& errorString,
       retStatus = true;
     } else  {
       errorString =
-        QString(tr("Process exited unsucessfully with code %1"))
+        QString(tr("Process exited unsuccessfully with code %1"))
         .arg(exitCode);
       retStatus = false;
     }